翻訳と辞書
Words near each other
・ IcyHot
・ IcyOwl
・ ICZ
・ Iczer Girl Iczelion
・ Iczer Reborn
・ ICZN
・ Icán River
・ Icém
・ Icíar Bollaín
・ Icó
・ Icône
・ ID
・ ID (classification)
・ Id (comics)
・ Id (cuneiform)
Id (programming language)
・ ID (public relations)
・ Id (Siddharta album)
・ ID (song)
・ Id (Unix)
・ Id (Veil of Maya album)
・ ID (video game)
・ ID A
・ ID Africa
・ ID Dunedin Fashion Week
・ ID eNTITY
・ Id file
・ Id Gah Mosque
・ Id identity of the soul
・ Id Kah Mosque


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Id (programming language) : ウィキペディア英語版
Id (programming language)
Irvine Dataflow (Id) is a general-purpose parallel programming language, started at the University of California at Irvine in 1975 by Arvind and K. P. Gostelow.〔Arvind & K. P. Gostelow, The Id Report: An Asychronous Language and Computing Machine, Technical Report TR-114, Department of Information and Computer Science, University of California, Irvine, September 1978.〕 Arvind continued work with Id at MIT into the 1990s.
The major subset of Id is a purely functional programming language with non-strict semantics. Features include: higher-order functions, a Milner-style statically type-checked polymorphic type system with overloading, user defined types and pattern matching, and prefix and infix operators. It led to the development of pH, a parallel dialect of Haskell.
Id programs are fine grained implicitly parallel.
The MVar synchronisation variable abstraction in Haskell is based on Id's M-structures.〔"Concurrent Haskell". Peyton-Jones, Gordon and Finne. POPL 1996〕
==Examples==
type bool = False | True;
False? :: bool -> bool
and :: bool -> bool -> bool

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Id (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.